In This Topic
Sets the scale ratio.
Universally recognized unit abbreviations should be used, either matching those of the number format collections in this object or those of commonly used scale ratios.
For example: 1/4 in = 1 ft
Syntax
public void setScaleRatio(
java.lang.String
)
|
Parameters
- scaleRatio
- A text string expressing the scale ratio of the drawing in the region corresponding to this object.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When scaleRatio is null. |
See Also